* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    font-size: 13px;
}

a:active,
a:focus,
button:active,
button:focus,
input:active,
input:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
    outline: 0
}

#content>.box,
.box2,
.pad {
    overflow: hidden
}

#content .sidebar>.box {
    overflow: auto
}

.sidebar .box_albumart {
    margin-top: 8px;
}

.clear:after,
.profileinfo:before {
    content: ''
}

#menu>ul a,
.nobr {
    white-space: nowrap
}

#covers .stats .remove,
.add_bookmark,
.sidebar {
    float: right
}

.tooltipster-default .tooltipster-content,
body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
    font-family: 'Open Sans', Helvetica, Arial, Tahoma, "Microsoft Yahei", sans-serif
}

#header ul,
.poll {
    list-style: none
}

#header a {
    color: #f4f4f4
}

.body img,
.box_request_desc:not(.head) img,
.comment:not(.head) img,
.news_post:not(.head) img,
.profileinfo:not(.head) img,
.wiki_article img,
form table td.label {
    vertical-align: middle
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf) format('truetype')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSonF5uFdDttMLvmWuJdhhgs.ttf) format('truetype')
}

* {
    box-sizing: inherit
}


body {
    box-sizing: border-box;
    line-height: 1.5;
    color: #eeeeee;
    background-color: #22283e;
    height: 100vh;
    display: grid;
    grid-template-rows: 45px 1fr 45px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 8px 0;
    max-width: 100%;
    font-weight: 400;
    line-height: normal;
    color: #f4f4f4
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #81adf8
}

h1,
h2 {
    font-size: 23px
}

h3,
h4 {
    font-size: 18px
}

h4,
h5 {
    font-size: 16px
}

a {
    color: #81adf8;
    text-decoration: none
}

a:hover {
    color: #a2c3fa
}

b,
strong {
    font-weight: 600
}

ol,
ul {
    margin: 12px;
    /* padding-left: 16px */
}

ol.nobullet,
ul.nobullet {
    list-style-type: none
}

li {
    margin-bottom: 4px
}

li:last-child {
    margin-bottom: 0
}

blockquote {
    margin: 12px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .25);
    background-color: #38363d
}

::selection {
    color: #fff;
    background-color: rgba(151, 168, 183, .6)
}

::-moz-selection {
    color: #fff;
    background-color: rgba(151, 168, 183, .6)
}

table,
table .rowa:nth-child(even),
table .rowb:nth-child(even) {
    /* background-color: #302d34 */
}

table {
    /* margin: 8px 0; */
    width: 100%;
    border-collapse: collapse;
}

.search_form .layout {
    margin: 8px 0;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    width: unset;
}

.search_form .table {}

table .rowa,
table .rowb {
    border-top: 2px solid #29262d
}

table .rowa:nth-child(odd),
table .rowb:nth-child(odd) {
    background-color: #38363d
}

table ul.options_list {
    margin: 0;
    padding: 0
}

.colhead,
.colhead_dark {
    background-color: #3f3e46;
    line-height: 18px
}

.colhead td,
.colhead_dark td {
    padding-top: 12px;
    padding-bottom: 12px
}

.colhead td.sign,
.colhead_dark td.sign {
    text-align: center !important
}

/* .colhead td.sign .tooltip, .colhead_dark td.sign .tooltip {
    display: inline;
    max-height: 13px;
    max-width: 13px
} */

td {
    padding: 4px 6px
}

td:first-child {
    padding-left: 12px
}

td:last-child {
    padding-right: 12px
}

form {
    /* background-color: #302d34 */
}

form table td.label {
    width: 180px;
    text-align: right;
    color: #a4a4a4;
    font-weight: 600
}

button,
input,
select,
textarea {
    font-size: 13px
}

button,
input[type=button],
input[type=submit] {
    cursor: pointer;
    outline: 0;
    transition: all .1s linear;
    background: #4285f4;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    color: #ffffff;
    padding: 2px 10px;
    margin: 5px 2px;
    height: 26px;
    font-size: 13px;
}

button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    background: #1958bd;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=submit]:active,
input[type=submit]:focus {
    box-shadow: none;
}

input[type=number],
input[type=email],
input[type=password],
input[type=text],
input[type=search],
select,
textarea {
    border-radius: 5px;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    height: 26px;
    margin: 5px 2px;
    transition: all .3s ease;
    background: #eeeeee;
    border: 1px solid transparent;
    padding: 4px 7px
}

input[type=number]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=text]:hover,
input[type=search]:hover,
select:hover,
textarea:hover {
    background-color: #dddddd;
}

input[type=number]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=search]:focus,
select:focus,
textarea:focus {
    outline: none;
    background-color: #eeeeee;
    border: 1px solid #d9d9d9;
    color: #404040 !important
}

textarea {
    padding-top: 6px;
    width: 100%;
    min-height: 96px
}

.body,
.head,
.pad {
    padding: 12px
}

span.size1 {
    font-size: .75em
}

span.size2 {
    font-size: 1em
}

span.size3 {
    font-size: 1.25em
}

span.size4 {
    font-size: 1.5em
}

span.size5 {
    font-size: 1.75em
}

span.size6 {
    font-size: 2em
}

span.size7 {
    font-size: 2.25em
}

span.size8 {
    font-size: 2.5em
}

span.size9 {
    font-size: 2.75em
}

span.size10 {
    font-size: 3em
}

strong.important_text {
    color: #ed5454
}

strong.important_text_alt {
    color: #54ba54
}

.error,
.invalid,
.new,
.r00,
.r01,
.r02,
.r03,
.warning {
    color: #ed5454
}

.r04,
.r05,
.r06,
.r07,
.r08,
.r09 {
    color: #e8be69
}

.r10,
.r20,
.r50,
.r99,
.small_upvote,
.small_upvoted,
.vote_album_up,
.vote_artist_up,
.vote_tag_up {
    color: #54ba54
}

.small_downvote,
.vote_album_down,
.vote_artist_down,
.vote_tag_down {
    color: #ed5454
}

#wrapper {
    margin: auto;
    max-width: 1400px;
    min-width: 680px
}

.main_column {
    max-width: calc(100% - 248px)
}

.sidebar {
    width: 240px;
}

/* .sidebar .box:first-of-type { */
/*     margin-top: 0px; */
/* } */

.box,
.box2 {
    /* margin-top: 8px; */
    margin-bottom: 8px;
    /* background-color: #302d34 */
}

table.box,
table.box2 {
    overflow: auto
}

.head {
    line-height: 18px;
    background-color: #3f3e46
}

.min_padding {
    margin: 0;
    padding: 0
}

.clear:after {
    display: block;
    height: 0;
    visibility: visible
}

.profileinfo:before {
    display: table;
    clear: both
}

.autocomplete-suggestions {
    margin-top: 4px;
    border: none;
    color: #29262d;
    background-color: #f4f4f4
}

.autocomplete-suggestions .autocomplete-suggestion {
    line-height: 24px;
    padding: 0 8px
}

.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
    background-color: #97a8b7
}

.autocomplete-suggestions .autocomplete-suggestion strong {
    color: #12a1e3
}

.forum_post.forum_unread {
    border-top: 2px solid #97a8b7
}

.forum_post .avatar {
    width: 150px;
    padding: 0
}

.forum_post .avatar img {
    display: block;
    height: auto;
    width: auto;
    max-height: 400px !important;
    min-width: 150px;
    max-width: 150px !important
}

.forum_post .body img,
.sidebar img {
    max-width: 100%
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .forum_post .body img {
        max-width: 720px
    }
}

.forum_index h4,
.forum_list h4 {
    font-size: 12px
}

.forum_index h3,
.forum_list h3 {
    margin-top: 24px
}

.forum_index td[style *='width: 2%'],
.forum_list td[style *='width: 2%'] {
    width: 24px !important
}

.last_read {
    margin-left: 8px
}

.last_read :before {
    content: '閴冿拷';
    display: inline-block
}

#userinfo_minor:before,
.linkbox br {
    content: ''
}

.read {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAACVBMVEX///+QkJCQkJBzLNgEAAAAAnRSTlMAAHaTzTgAAAAtSURBVHhefYuhEQAwCMTetvv9Pl2CIfgpoSBwRORiguFKD4dMydeyqlZtrU8A6JMUKeHoG3AAAAAASUVORK5CYII=) center no-repeat
}

.unread {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAACVBMVEX////g4ODg4ODBKPUMAAAAAnRSTlMAAHaTzTgAAAAtSURBVHhefYuhEQAwCMTetvv9Pl2CIfgpoSBwRORiguFKD4dMydeyqlZtrU8A6JMUKeHoG3AAAAAASUVORK5CYII=) center no-repeat
}

.read_locked {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAD1BMVEX///+QkJCQkJCQkJCQkJAi+GD7AAAABHRSTlMAAFZXqn1YHwAAADxJREFUeF6VirERACAIxBxBmYCCERhAOPefyQc8KxtT5fLfHqxgQmyAFAT7Kj2LOZ0iwiXkMeGqyiH1uWz5Fw69ZPQ3OgAAAABJRU5ErkJggg==) center no-repeat
}

.unread_locked {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAD1BMVEX////g4ODg4ODg4ODg4OAMRpkCAAAABHRSTlMAAFZXqn1YHwAAADxJREFUeF6VirERACAIxBxBmYCCERhAOPefyQc8KxtT5fLfHqxgQmyAFAT7Kj2LOZ0iwiXkMeGqyiH1uWz5Fw69ZPQ3OgAAAABJRU5ErkJggg==) center no-repeat
}

.read_sticky {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAG1BMVEWQkJD///+QkJCQkJCQkJCQkJCQkJCQkJCQkJA3mkjtAAAACHRSTlMAAFFTUl5URdDB1TQAAABISURBVHhehcahEYAwEADBY0AgE4ekDCRlUAKSEp6oKxvmJwLHqqV2lBlgeOPO4V1ZbMCbsmlkRiWDrcdzzVwxRSaAv6j6Te0es5kZ6IK/EdsAAAAASUVORK5CYII=) center no-repeat
}

.unread_sticky {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAG1BMVEXg4OD////g4ODg4ODg4ODg4ODg4ODg4ODg4OBQ7+XbAAAACHRSTlMAAFFTUl5URdDB1TQAAABISURBVHhehcahEYAwEADBY0AgE4ekDCRlUAKSEp6oKxvmJwLHqqV2lBlgeOPO4V1ZbMCbsmlkRiWDrcdzzVwxRSaAv6j6Te0es5kZ6IK/EdsAAAAASUVORK5CYII=) center no-repeat
}

.read_locked_sticky {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAIVBMVEX///+QkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJBBpNmTAAAACnRSTlMAAFZRUlNXVF5FRF9ofwAAAFxJREFUeF49zLEVgCAMBNDQWhmeNlbUdI7gGo7ACI5g5wYGu5vSkPC46r+7vNBI2FgzK3DwjZdowqeNIpyAGFbAG9at49oNjyxiEPvjqLE3OSdHrG0CpJTkaDcjPwJ6HWxMBPutAAAAAElFTkSuQmCC) center no-repeat
}

.unread_locked_sticky {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAIVBMVEX////g4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4OCDOE8QAAAACnRSTlMAAFZRUlNXVF5FRF9ofwAAAFxJREFUeF49zLEVgCAMBNDQWhmeNlbUdI7gGo7ACI5g5wYGu5vSkPC46r+7vNBI2FgzK3DwjZdowqeNIpyAGFbAG9at49oNjyxiEPvjqLE3OSdHrG0CpJTkaDcjPwJ6HWxMBPutAAAAAElFTkSuQmCC) center no-repeat
}

#header,
#userinfo {
    position: relative
}

#header {
    margin-bottom: 8px;
}

#header ul {
    margin: 0;
    padding: 0
}

#header li {
    margin: 0
}

#logo {
    box-sizing: content-box;
    padding: 15px 8px;
    background-size: 100%;
    height: 90px;
    width: 220px;
    background-repeat: no-repeat;
    background-image: url('https://www.dbas.cn/uploads/allimg/20241108/1-24110Q1403J51.png');
    background-position: top center;
    text-align: center;
}

#logo>a {
    display: block;
    margin-top: 2px;
    height: 100%;
    background: url(//notwhat.cd/static/styles/haze_dark/img/logo.png) center no-repeat;
    background-size: 196px
}

#logo ul {
    display: block;
    padding-top: 70px;
}

#logo ul li {
    display: inline;
    margin: 0 15px;
    font-size: 13px;
}

#menu>ul {
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 149px);
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow: hidden
}

#menu>ul li {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

#menu>ul a {
    display: block;
    height: 100%;
    line-height: 50px;
    text-align: center
}

#menu>ul a:hover,
#userinfo_minor:hover a:hover,
#userinfo_username:hover a:hover {
    background-color: #97a8b7
}

#menu>ul>#nav_staff {
    position: absolute;
    display: inline;
    top: 26px;
    right: 8px
}

#menu>ul>#nav_staff>a {
    padding: 0;
    line-height: 1.6
}

#menu>ul>#nav_staff>a:hover {
    background-color: transparent;
    color: #f4f4f4;
}

#nav_index {
    display: none
}

#userinfo_minor,
#userinfo_username {
    z-index: 900;
    position: absolute
}

#userinfo_minor:hover,
#userinfo_username:hover {
    z-index: 800
}

#userinfo_minor:hover a,
#userinfo_username:hover a {
    display: block
}

#userinfo_minor a,
#userinfo_username a {
    display: none;
    padding: 0 8px;
    line-height: 32px;
    width: 150px
}

#userinfo_username:hover {
    right: 0;
    border-radius: 0 10px 0 0
}

#userinfo_username #nav_userinfo>a {
    display: block;
    width: 100px;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

#index-login {
    margin: 0;
}


.linkbox,
.linkbox .center {
    text-align: right
}

#userinfo_minor:before {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJBAMAAAASvxsjAAAAKlBMVEX////09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PTORHYwAAAADXRSTlMAAPcn8s3PMewwQO48zuZtxAAAADNJREFUeF5lyjENACAMBdEjJN1Z8VQzWEBB/VQFCeP3AivhhpsefyZtqK4JZay479kecgC28wcE2aUXfwAAAABJRU5ErkJggg==) 21px 20px no-repeat
}

#userinfo_minor:hover:before {
    margin-left: 100px
}

#userinfo_major>li,
#userinfo_stats>li,
.linkbox .brackets {
    margin-left: 8px
}

#userinfo_major,
#userinfo_stats {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    right: 8px;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

#userinfo_major {
    top: -53px;
    right: 41px
}

#userinfo_stats {
    top: -31px
}

#searchbars>ul {
    display: -ms-flexbox;
    display: flex;
    padding: 0 9px;
    height: 50px;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3f3e46
}

#searchbars>ul li {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 9px
}

#searchbars>ul li:last-child {
    margin-right: 0
}

#searchbars>ul input {
    width: 100%;
    background-color: #302d34
}

#menu li:nth-child(2) {
    background-color: #27252d
}

#menu li:nth-child(3) {
    background-color: #27252d
}

#menu li:nth-child(4) {
    background-color: #27252d
}

#menu li:nth-child(5) {
    background-color: #27252d
}

#menu li:nth-child(6) {
    background-color: #27252d
}

#menu li:nth-child(7) {
    background-color: #27252d
}

#menu li:nth-child(8) {
    background-color: #27252d
}

#menu li:nth-child(9) {
    background-color: #27252d
}

#userinfo_username {
    right: 50px;
    background-color: #27252d
}

#userinfo_minor {
    right: 0;
    background-color: #27252d;
    border-radius: 0 5px 0 0
}

#menu {
    border-radius: 5px 5px 0 0;
    overflow: hidden
}

.linkbox br {
    display: block;
    line-height: 4px
}

.linkbox>strong {
    color: #97a8b7
}

#footer,
.alertbar {
    text-align: center
}

.linkbox .brackets:after,
.linkbox .brackets:before {
    display: none
}

.thin>.header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

#covers .cover_seperator,
#noty_bottomRight_layout_container .brackets:after,
#noty_bottomRight_layout_container .brackets:before {
    display: none
}

.thin>.header h1,
.thin>.header h2,
.thin>.header h3 {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.thin>.header .linkbox {
    /* margin-top: 8px; */
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 4px;
}

#noty_bottomRight_layout_container {
    bottom: 24px !important;
    right: 24px !important
}

#noty_bottomRight_layout_container>li {
    border: 2px solid #f4f4f4 !important;
    border-radius: 0 !important;
    background: 0 0 !important;
    box-shadow: 0 0 32px rgba(0, 0, 0, .25) !important
}

#noty_bottomRight_layout_container .noty_message {
    padding: 0 !important;
    font-weight: 700;
    color: #211f25 !important;
    background-color: #f4f4f4 !important
}

#noty_bottomRight_layout_container .noty_message .noty_text {
    padding: 0 8px;
    line-height: 34px
}

#noty_bottomRight_layout_container .noty_buttons {
    padding: 8px !important;
    border: none !important;
    background-color: #302d34 !important
}

#noty_bottomRight_layout_container .noty_buttons a {
    color: #f4f4f4 !important
}

#noty_bottomRight_layout_container .noty_buttons a:hover {
    color: #97a8b7 !important
}

#noty_bottomRight_layout_container .brackets {
    margin: 0 2px
}

.sidebar .pad ol,
.sidebar .pad ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.sidebar ol.nobullet,
.sidebar ul.nobullet {
    padding-left: 0
}

.sidebar img {
    width: auto;
    height: auto
}

#covers .pad,
#covers p {
    margin: 0;
    padding: 0
}

#add_cover_div>div:first-child,
#artist .sidebar .box_image div:last-child {
    padding: 0 !important
}

#covers img {
    width: 100%
}

#covers .stats {
    margin: 0 8px 8px
}

#add_cover_div>div:first-child .additional_add_artists {
    margin: 8px 12px
}

#add_cover_div .add_form input[type=text] {
    width: 100%;
    margin-bottom: 8px
}

#artist .sidebar .box_image img {
    max-width: 100% !important
}

.box_artists .brackets,
.box_tags .edit_tags_votes .brackets {
    margin: 0 4px
}

.box_artists .brackets:last-child,
.box_tags .edit_tags_votes .brackets:last-child {
    margin-right: 0
}

.box_artists .brackets::after,
.box_artists .brackets::before,
.box_tags .edit_tags_votes .brackets::after,
.box_tags .edit_tags_votes .brackets::before {
    content: '';
    display: none
}

.box_addartists form,
.box_addartists_similar form,
.box_addtag form,
.box_search form,
.box_zipdownload form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.box_addartists input[type=text],
.box_addartists select,
.box_addartists_similar input[type=text],
.box_addartists_similar select,
.box_addtag input[type=text],
.box_addtag select,
.box_search input[type=text],
.box_search select,
.box_zipdownload input[type=text],
.box_zipdownload select {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 8px;
    width: auto
}

#AddArtists input,
#AddArtists select {
    width: 100%;
    margin-bottom: 8px
}

.box_addtag .body strong {
    margin-top: 8px;
    display: block;
    font-weight: 400
}

.box_addtag .body br {
    display: none
}

.add_torrent_container .field_div input {
    width: 100%
}

.add_torrent_container form>span:last-child {
    display: inline-block;
    margin-top: 8px
}

.box_zipdownload input,
.box_zipdownload select {
    margin-right: 0;
    margin-bottom: 8px;
    width: 100% !important
}

.box_zipdownload input[type=submit] {
    margin-bottom: 0
}

.box_zipdownload #list {
    margin: 0 0 8px;
    width: 100%
}

.box_zipdownload #formats {
    width: 170px !important;
    margin-right: 8px
}

.torrent_table {
    background-color: #29262d
}

.torrent_table tr:not(.colhead):not(.colhead_dark) {
    border-top: 2px solid #29262d
}

.torrent_table tr .number_column:not(:last-child) {
    padding-right: 6px
}

.torrent_table .group {
    background-color: #3f3e46
}

.group_torrent {
    background-color: #302d34
}

.group_torrent.edition,
.torrent {
    background-color: #38363d;
}

.torrentdetails .linkbox {
    margin-bottom: 6px
}

.group_info {
    word-break: break-all
}

.big_info {
    padding-top: 0;
    padding-bottom: 0
}

.big_info .group_image {
    margin-right: 8px
}

.big_info .group_info {
    margin: 4px
}

.big_info .group_info:after {
    display: none
}

.tags a {
    color: #a4a4a4
}

.tags a:hover {
    color: #f0f7fe
}

.group_info>span:first-child,
.group_torrent td:first-child>span,
.torrent_links_block {
    float: right;
    margin-right: 4px;
    color: #a4a4a4
}

.add_bookmark {
    margin-right: 4px
}

.group_torrent:not(.edition) td:first-child {
    color: transparent;
    padding-left: 24px
}

.torrent_table .group td:first-child {
    padding-left: 4px;
    width: 22px;
}

.hide_torrents>a,
.show_torrents>a {
    position: relative;
    display: block;
    width: 24px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
}

.show_torrents>a:after {
    content: "+"
}

.hide_torrents>a:after {
    content: "閳拷"
}

.group_torrent .edition_info {
    position: relative;
    padding-left: 22px;
    border-top: 1px solid transparent
}

.edition_info a {
    padding: 0 10px;
}

/* .edition_info a.tooltip {
    padding: 0 10px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 22px;
    line-height: 27px;
    text-align: center;
    font-size: 16px
} */

.colhead td[width *='70%'],
.colhead_dark td[width *='70%'] {
    width: 100%;
}

.colhead .cats_col,
.colhead_dark .cats_col {
    padding: 0;
    height: auto
}

.cats_col {
    border-top: 1px solid transparent;
    position: relative;
    padding: 0;
    height: 100%
}

.cats_applications,
.cats_audiobooks,
.cats_comedy,
.cats_comics,
.cats_ebooks,
.cats_elearningvideos {
    position: absolute;
    width: 6px;
    left: auto;
    top: 0;
    bottom: 0;
    opacity: .35;
    border-right: 2px solid #211f25
}

.cats_applications {
    background-color: #2b99ff
}

.cats_audiobooks {
    background-color: #ffe70f
}

.cats_comedy {
    background-color: #ff382b
}

.cats_comics {
    background-color: #b52bff
}

.cats_ebooks {
    background-color: #3fee23
}

.cats_elearningvideos {
    background-color: #22fad9
}

.log_section pre {
    line-height: 1.4
}

.tooltipster-base {
    width: auto !important;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25)
}

.tooltipster-default {
    border-radius: 2.5px;
    border: 0 solid #b2cccd;
    background-color: #f4f4f4
}

.tooltipster-default .tooltipster-content {
    padding: 4px 6px;
    font-size: 12px;
    line-height: 1.4;
    color: #211f25
}

.tooltipster-default .tooltipster-content a {
    font-weight: 600;
    color: #211f25
}

.alertbar,
.tooltipster-default .tooltipster-content a:hover {
    color: #d6fff8
}

#content .header>h1,
#content .header>h2,
#content .header>h3,
#content .thin>h1,
#content .thin>h2,
#content .thin>h3 {
    /* margin-top: 16px; */
    margin-bottom: 4px;
}

ul.collage_images {
    margin: 0;
    width: 100%
}

ul.collage_images li {
    position: relative;
    display: block;
    height: auto;
    width: 20%;
    overflow: hidden
}

ul.collage_images li a,
ul.collage_images li a img {
    width: 100%;
    height: 100%;
    position: absolute
}

ul.collage_images li:before {
    content: '';
    float: left;
    padding-top: 100%
}

ul.collage_images li a {
    display: block;
    top: 0;
    left: 0
}

ul.collage_images li a>span {
    position: absolute;
    margin: 6px;
    top: 0;
    left: 0;
    width: auto;
    height: auto
}

.recent {
    table-layout: fixed
}

.recent tr:not(.colhead):not(.colhead_dark)>td {
    padding: 0;
    position: relative
}

.recent tr:not(.colhead):not(.colhead_dark)>td:before {
    content: '';
    float: left;
    padding-top: 100%
}

.recent tr:not(.colhead):not(.colhead_dark)>td a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.recent tr:not(.colhead):not(.colhead_dark)>td a img {
    position: absolute;
    width: 100%;
    height: 100%
}

.alertbar {
    margin-top: 8px;
    font-size: 16px
}

#userform #settings_sections h2 a,
.rule_short {
    color: #f4f4f4
}

.poll li {
    margin-bottom: 2px
}

.poll .graph {
    display: block;
    margin-bottom: 12px;
    height: 8px;
    background-color: rgba(178, 204, 205, .1)
}

.poll .graph span {
    display: block;
    float: left;
    height: 8px;
    background-color: #b2cccd
}

.lightbox {
    z-index: 1000;
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .32);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lightbox.hidden {
    display: none
}

.lightbox img {
    display: block;
    max-width: 92%;
    max-height: 92%;
    box-shadow: 0 0 32px 6px rgba(0, 0, 0, .32)
}

#discog_table>div.box.center .brackets:after,
#discog_table>div.box.center .brackets:before,
#quickreplytext br:last-child {
    display: none
}

#footer {
    margin: 32px auto 16px;
    font-synthesis: 11px;
    color: #a4a4a4
}

#footer p {
    margin: 0
}

#messageform textarea,
#quickreplytext textarea {
    margin: 0 0 12px
}

#discog_table>div.box.center {
    padding: 12px;
    text-align: center;
    background-color: #3f3e46
}

#discog_table>div.box.center a {
    margin: 0 8px
}

.rule_summary {
    padding: 24px !important
}

.golden_rules {
    margin: 0;
    padding: 0
}

.rule_wrap {
    margin-bottom: 8px
}

#musicbrainz_popup {
    color: #211f25;
    font-weight: 600
}

#musicbrainz_popup a {
    color: #211f25
}

#musicbrainz_popup a:hover {
    color: #70a2cb
}

#musicbrainz_popup .brackets {
    font-weight: 400
}

#menu>ul,
#userinfo_username .username,
.album_votes .favoritecount {
    font-weight: 600
}

#inbox #content .search_form input[type=search],
#wiki #content .search_form input[type=search] {
    width: 100% !important;
    margin-top: 8px
}

#searchbox {
    margin-bottom: 12px
}

#inbox .manage_form .box {
    padding: 0
}

#wiki .navigation_list {
    margin: 0;
    padding: 0
}

#wiki .box_info ul {
    margin: 0
}

#rules #content .thin .header p {
    display: block;
    margin: 0 0 8px;
    width: 100%
}

.profileinfo img {
    max-width: 100%
}

#user .box>.head {
    height: auto !important
}

#user .box>.head span[style='float: left;']:first-child {
    float: none !important
}

#userform {
    background-color: transparent
}

#userform #settings_sections {
    width: 240px
}

#userform #settings_sections h2 {
    line-height: 1.6;
    font-size: 12px
}

#userform #settings_sections h2 a:hover {
    color: #97a8b7
}

#userform #settings_sections input {
    margin-top: 8px
}

#dnulist tr:not(.colhead):not(.colhead_dark):nth-child(even) {
    background-color: #302d34
}

#dnulist tr:not(.colhead):not(.colhead_dark):nth-child(odd) {
    background-color: #38363d
}

#menu>ul a:hover,
#userinfo_minor:hover a:hover,
#userinfo_username:hover a:hover {
    background-color: rgba(255, 255, 255, .2)
}

#torrents .filter_torrents .ft_submit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

#torrents .filter_torrents .ft_submit input {
    margin-right: 4px
}

#torrents .filter_torrents .ft_submit span {
    -ms-flex-order: 2;
    order: 2
}

#votes {
    position: relative
}

.album_votes {
    line-height: normal
}

#collages.collage_table .colhead td:last-child,
#personal_collages .colhead td:last-child,
.filelist_table .colhead_dark td:last-child,
.forum_index .colhead td[style *='width: 7%'] {
    text-align: right
}

.search_form {
    margin: 8px 0;
    overflow: hidden
}

.search_form div.submit {
    margin: 12px;
    text-align: center
}

.box.pad .search_form,
.search_form .filter_torrents,
.search_form .filter_torrents div.submit,
.searchbars .search_form,
.sidebar .search_form {
    margin: 0
}

.box table:not(.layout),
.box2 table:not(.layout) {
    margin: 8px 0;
    border: 2px solid #29262d
}

span[style *='color: green'] {
    color: #54ba54 !important
}

span[style *='color: red'] {
    color: #ed5454 !important
}

span[style *='color: blue'] {
    color: #5454ed !important
}

.filelist_table td,
.reportinfo_table,
.torrentdetails,
.wrap_overflow,
blockquote {
    word-wrap: unset;
    -webkit-hyphens: unset;
    -ms-hyphens: unset;
    hyphens: unset
}

#bookmarks #torrent_table tr:not(.colhead):not(.colhead_dark) td:nth-child(2) {
    border-top: 1px solid transparent;
    position: relative;
    padding: 0;
    height: 100%
}

#bookmarks .torrent_row td:nth-child(3)>span:first-child {
    float: right
}

#quickpost {
    width: 100% !important
}

.donation_info {
    margin-left: 0;
    margin-right: 0
}

#messageform #buttons input[type=button],
#messageform #buttons label,
#quickpostform .preview_submit input[type=button],
#quickpostform .preview_submit label,
.forum_post .colhead_dark input[type=button],
.forum_post .colhead_dark label {
    margin-right: 4px
}

#userinfo_minor:hover:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJBAMAAAASvxsjAAAAKlBMVEX////09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PTORHYwAAAADXRSTlMAAPcn8s3PMewwQO48zuZtxAAAADNJREFUeF5lyjENACAMBdEjJN1Z8VQzWEBB/VQFCeP3AivhhpsefyZtqK4JZay479kecgC28wcE2aUXfwAAAABJRU5ErkJggg==) 21px 20px no-repeat
}

#menu>ul a:hover {
    color: #fff
}

#userinfo_minor:hover {
    background-color: #38353d
}

#userinfo_username:hover {
    background-color: #38353d
}

#userinfo_minor:hover a,
#userinfo_username:hover a {
    color: #f4f4f4
}

#nav_staff {
    font-weight: 400;
}

#searchbars .search_form {
    background: 0 0
}

#searchbars .search_form input {
    height: 30px;
    border-radius: 2.5px;
    border: none
}

#searchbars .search_form input:focus {
    background: #29262d
}

[id^=like_button] img {
    position: relative;
    overflow: hidden;
    background: url(https://art.notwhat.co/0d30ad167d73ff89be452be49ee078a0.png) center no-repeat;
    background-size: contain;
    width: 21px;
    height: 18px;
    padding: 21px 18px 0 0;
}

[id^=likes]>span:empty:after {
    content: '0';
}

.rippywrap {
    display: none;
}

#language {
    margin-left: auto;
    margin-right: 15px;
    border: none;
}

#head,
#foot {
    /* height: 6vh; */
    /* min-height: 40px; */
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #1e2538;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
    overflow: hidden;
}

#foot {
    font-size: 12px;
    justify-content: center;
}

#foot>span,
#head>span {
    padding: 20px;
}

#foot>span {
    /* color: #393939; */
}

#link {
    height: 2%;
    padding-left: 50px;
    width: 90%;
    background-color: rgba(31, 102, 146);
    overflow: hidden;
}

#foot>a {
    color: #393939;
}

#maincontent {
    width: 100%;
    /* height: 88vh; */
    margin: 0;
    align-self: center;
}

#maincontent>tbody>tr {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#maincontent>tbody>tr>td#main-td {
    padding: 0;
}



.auth_form .layout {
    /* padding-right: 40px; */
}

.poetry {
    width: 320px;
}

.hidden {
    display: none;
}

.info {
    color: #70a2cb;
    font-weight: bold;
}

.warning {
    /* color: red; */
    margin-top: 15px;
    font-weight: bold;
    text-align: center;
}

#remember-login {
    /* padding-top: .5rem; */
    display: flex;
    padding: 0 5px;
    align-items: center;
}

#keeplogged {
    margin-right: 5px;
}

#find-pw {
    position: relative;
    top: 2rem;
}


#login-a {
    /* margin-left: 1rem; */
}

#form-body {
    width: 100%;
    max-width: 450px;
    /* margin-top: 1rem; */
}

#form-body>br {
    display: none;
}

#loginform~br {
    display: none;
}

#loginform>table.layout:first-child {
    width: 100vw;
    max-width: 450px;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    display: block;
}

#loginform>table.layout:first-child>tbody {
    display: grid;
    grid-template-columns: auto 150px;
}

#loginform>table.layout:first-child>tbody>tr:first-child {
    display: grid;
    grid-template-columns: 150px auto;
    align-items: center;
}

#loginform>table.layout:first-child>tbody>tr:first-child>td:first-child {
    display: flex;
    justify-content: flex-end;
}

#loginform>table.layout:first-child>tbody>tr:first-child>td:nth-child(2)>input {
    width: 100%;
}

#loginform>table.layout:first-child>tbody>tr:nth-child(2)>td:first-child {
    display: none;
}


#recoverform>div,
#registerform>div {
    width: 100% !important;
    max-width: 600px !important;
}

#recoverform>div>table.layout,
#registerform>div>table.layout {
    display: block;
}

#recoverform>div>table.layout>tbody,
#registerform>div>table.layout>tbody {
    display: block;
}

#recoverform>div>table.layout>tbody>tr,
#registerform>div>table.layout>tbody>tr {
    display: grid;
    grid-template-columns: 1fr 230px 1fr;
    grid-gap: .5rem;
    align-items: center;
}

#recoverform>div>table.layout>tbody>tr>td,
#registerform>div>table.layout>tbody>tr>td {
    width: 100% !important;
    padding: 0;
}

#recoverform>div>table.layout>tbody>tr>td:nth-child(2),
#registerform>div>table.layout>tbody>tr>td:nth-child(2) {
    grid-column: 2 / 4;
}

#recoverform>div>table.layout>tbody>tr>td[colspan="2"],
#registerform>div>table.layout>tbody>tr>td[colspan="2"] {
    grid-column: 1 / 4;
    text-align: center !important;
}

#registerform>div>table.layout>tbody>tr>td.table-left {
    text-align: right;
}

#registerform>div>table.layout>tbody>tr>td#checkboxes {
    padding-left: 8px;
    font-size: 12px;
    padding-top: 5px;
}

#registerform>div>table.layout>tbody>tr>td#checkboxes>* {
    vertical-align: middle;
}


#login-table {
    display: grid;
    padding-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr 230px 1fr;
    grid-template-rows: repeat(3, auto);
    grid-gap: .5rem;
    align-items: center;
}

td.table-left,
.username-title,
.password-title {
    text-align: right;
    /* padding-right: .5rem; */
    white-space: nowrap;
    overflow: hidden;
}

.inputtext {
    width: 100%;
    max-width: 228px;
}

.note {
    width: 100%;
    font-size: 12px;
    color: #cccccc;
    margin-left: 8px;
    margin-bottom: 5px;
}

#submit {
    /* margin-top: 1rem; */
    /* width: 4rem; */
}

#login-btn {
    margin-left: auto;
    /* width: 60px; */
}

#keeplogged-label {
    font-size: .9rem
}




/* 鈥斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€旀壘鍥炲瘑鐮佺晫闈⑩€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€斺€� */
#recoverform {
    margin-top: 2rem
}

#input-email-address-for-reset {
    display: grid;
    grid-template-columns: 1fr 230px 1fr;
    grid-gap: .5rem;
    align-items: center;
}

#input-email-address-for-reset span {
    margin-left: auto;
}

#input-email-address-for-reset>#submit-1 {
    margin-right: auto;
}

#input-email-address-for-reset-2>#submit-2 {
    margin-left: auto;
    margin-right: auto;
}

#input-email-address-for-reset-2 {
    display: flex;
    flex-flow: column;
}

#input-email-address-for-reset-2 span {
    margin-bottom: .5rem;
}

#email {
    width: 100%
}

.warn_msg {
    text-align: center;
    grid-column: 2 / 3 !important;
}